-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mfa, possible fix for #140 #144
Conversation
Hi @xbenjii . Thanks a lot for the PR. I tested quickly and it works perfectly. I think adding unit tests for MFA will be complicated so I'm ok to merge the PR without any additional test. Thanks! |
@gpailler Thanks! I was a bit concerned with the failing unit tests but then realized they require a bit of setup. Not sure about the flaky ones in CI too, as they sometimes work and other times don't. |
Yes, I will check the tests in the CI. They are sometimes failing because of Mega API throttling. |
Will merge to master and will fix the UTs |
* Add optional MFA token to login requests
Apologies as I'm not well versed in C#, also needs the new tests adding but this should give us a start.
Let me know if you need anything else.